Spring Boot 学习指南及资源


简介

官方原文: Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

Features(她的特点)

  1. Create stand-alone Spring applications
  2. Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
  3. 快速构建独立的
  4. Spring Application,使用内嵌容器,无需部署到外部容器,你要做的仅仅是运行她。
  5. Provide opinionated 'starter' POMs to simplify your Maven configuration
  6. Automatically configure Spring whenever possible
  7. 提供众多扩展的‘starter’,通过依赖探知自动配置,你要做的仅仅是添加Maven依赖。
  8. Provide production-ready features such as metrics, health checks and externalized configuration
  9. 提供生产环境下的性能健康状态监控及外部化配置,让你时刻掌控她。
  10. Absolutely no code generation and no requirement for XML configuration
  11. 无需生成代码及XML配置,一切从简。

指南

文档

  1. Spring Boot 官方文档
  2. Spring Boot 官方文档中文翻译版 | EPUB离线版下载
  3. Spring MVC 4.2.4 官方文档中文翻译版
  4. Spring Security 4.1 官方文档中文翻译版
  5. Spring Data JPA 1.4.3 官方文档中文翻译版

优秀学习资源

  1. 泥瓦匠 - Springboot-learning-example
  2. Catoop - Spring Boot 学习
  3. 程序猿DD - Spring Boot基础教程
  4. Liaokailin - Spring Boot 实战教程
  5. 梁桂钊 - Spring Boot 揭秘与实战 系列
  6. Spring Boot&Spring Cloud专题

微信扫描二维码,关注后回复,获取精华资料!

1、回复「书单」:免费获取百本「豆瓣」高分好书。
2、回复「赚钱」:领取实用的36个赚钱小项目。
3、回复「TED」:送你100场TED最受欢迎的演讲,感受最顶尖的思想。
4、回复「学习」:免费获赠英语7000单词速记法(价值200元,很好用),四六级轻松过;
5、回复「PPT」:送你500套好看又实用的PPT模板,让你的PPT颜值爆表]
6、回复「88」:java精品案例,微服务架构Springboot项目实战

评论